bugfix/RVRNEXT-31-allow-special-characters-for-local-assets #57
@ -10,7 +10,7 @@
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "require": {
 | 
					  "require": {
 | 
				
			||||||
    "esoko/soko-web": "0.12.1",
 | 
					    "esoko/soko-web": "0.12.2",
 | 
				
			||||||
    "firebase/php-jwt": "^6.4"
 | 
					    "firebase/php-jwt": "^6.4"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "require-dev": {
 | 
					  "require-dev": {
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										8
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							@ -4,7 +4,7 @@
 | 
				
			|||||||
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
 | 
					        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
 | 
				
			||||||
        "This file is @generated automatically"
 | 
					        "This file is @generated automatically"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "content-hash": "a6f50b31b14027eec094629b13cc4097",
 | 
					    "content-hash": "de44c3f047848705e8e3d6b460f73ff1",
 | 
				
			||||||
    "packages": [
 | 
					    "packages": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "cocur/slugify",
 | 
					            "name": "cocur/slugify",
 | 
				
			||||||
@ -82,11 +82,11 @@
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "esoko/soko-web",
 | 
					            "name": "esoko/soko-web",
 | 
				
			||||||
            "version": "v0.12.1",
 | 
					            "version": "v0.12.2",
 | 
				
			||||||
            "source": {
 | 
					            "source": {
 | 
				
			||||||
                "type": "git",
 | 
					                "type": "git",
 | 
				
			||||||
                "url": "https://git.esoko.eu/esoko/soko-web.git",
 | 
					                "url": "https://git.esoko.eu/esoko/soko-web.git",
 | 
				
			||||||
                "reference": "bda12177ebc201f04fdad5493b93039676a983ca"
 | 
					                "reference": "8d490e48aaeb7ad2843e402fa42ec266db52e809"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require": {
 | 
					            "require": {
 | 
				
			||||||
                "cocur/slugify": "^4.3",
 | 
					                "cocur/slugify": "^4.3",
 | 
				
			||||||
@ -108,7 +108,7 @@
 | 
				
			|||||||
                "GNU GPL 3.0"
 | 
					                "GNU GPL 3.0"
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "description": "Lightweight web framework",
 | 
					            "description": "Lightweight web framework",
 | 
				
			||||||
            "time": "2023-05-28T13:56:14+00:00"
 | 
					            "time": "2023-05-28T19:13:20+00:00"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "firebase/php-jwt",
 | 
					            "name": "firebase/php-jwt",
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
@css(/static/node_modules/tom-select/dist/css/tom-select.min.css)
 | 
					@css(node_modules/tom-select/dist/css/tom-select.min.css)
 | 
				
			||||||
@js(/static/node_modules/tom-select/dist/js/tom-select.base.min.js)
 | 
					@js(node_modules/tom-select/dist/js/tom-select.base.min.js)
 | 
				
			||||||
@js(js/communities/community_members.js)
 | 
					@js(js/communities/community_members.js)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@extends(templates/layout_normal)
 | 
					@extends(templates/layout_normal)
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
@css(/static/node_modules/tom-select/dist/css/tom-select.min.css)
 | 
					@css(node_modules/tom-select/dist/css/tom-select.min.css)
 | 
				
			||||||
@js(/static/node_modules/tom-select/dist/js/tom-select.base.min.js)
 | 
					@js(node_modules/tom-select/dist/js/tom-select.base.min.js)
 | 
				
			||||||
@js(js/communities/transaction.js)
 | 
					@js(js/communities/transaction.js)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@extends(templates/layout_normal)
 | 
					@extends(templates/layout_normal)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user